org.eclipse.vtp.desktop.projects.core
Interface IDatabaseTableColumn

All Known Implementing Classes:
DatabaseTableColumn

public interface IDatabaseTableColumn

This interface represents a column defined for a database table definition.

Version:
2.0
Author:
Trip Gilman

Method Summary
 ColumnType getColumnType()
           
 java.lang.String getName()
           
 

Method Detail

getName

java.lang.String getName()
Returns:
The name of this database table column

getColumnType

ColumnType getColumnType()
Returns:
The data type definition of this database table column